bitkeeper revision 1.1159.1.60 (411de531r3zspsa5WRoqFKGtfCbuAg)
authorgm281@boulderdash.cl.cam.ac.uk <gm281@boulderdash.cl.cam.ac.uk>
Sat, 14 Aug 2004 10:10:57 +0000 (10:10 +0000)
committergm281@boulderdash.cl.cam.ac.uk <gm281@boulderdash.cl.cam.ac.uk>
Sat, 14 Aug 2004 10:10:57 +0000 (10:10 +0000)
Marge to the xc_linux_restore.c file

1  2 
tools/libxc/xc_linux_restore.c

index 0c1ca91ffc766597234e7631c59a3704ec84f081,4f4f2885c6122c5f4c7092725525cf4b60815e51..31c9924bfd444ccc541d8b7c72f3906c617649f6
@@@ -224,7 -224,7 +224,7 @@@ int xc_linux_restore(int xc_handle, XcI
  
      /* XXX create domain on CPU=-1 so that in future it auto load ballances by default */
      if ( xc_domain_create( xc_handle,  nr_pfns * (PAGE_SIZE / 1024),
-                          "", -1, &dom ) )
 -                         name, -1, 1, &dom ) )
++                         "", -1, 1, &dom ) )
      {
        xcio_error(ioctxt, "Could not create domain. pfns=%d, %dKB",
                   nr_pfns,nr_pfns * (PAGE_SIZE / 1024));